From 3b75cadc415c809189c8f77bd5710dd68498d2d5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 May 2016 22:36:20 -0400 Subject: [PATCH] trivial formatting fixes --- gdk/wayland/gdkdevice-wayland.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 13a7917282..72d856bfd4 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -1216,8 +1216,8 @@ pointer_handle_enter (void *data, _gdk_wayland_display_update_serial (display_wayland, serial); - seat->pointer_info.focus = wl_surface_get_user_data(surface); - g_object_ref(seat->pointer_info.focus); + seat->pointer_info.focus = wl_surface_get_user_data (surface); + g_object_ref (seat->pointer_info.focus); seat->pointer_info.button_modifiers = 0; @@ -1639,7 +1639,6 @@ keyboard_handle_leave (void *data, * seat->keyboard_focus here, which would happen if we destroyed the * window before loosing keyboard focus. */ - stop_key_repeat (seat); _gdk_wayland_display_update_serial (display, serial); @@ -3055,7 +3054,7 @@ gdk_wayland_device_tablet_clone_tool_axes (GdkWaylandTabletData *tablet, } if (tablet->axes) - g_free(tablet->axes); + g_free (tablet->axes); tablet->axes = g_new0 (gdouble, gdk_device_get_n_axes (tablet->current_device)); -- 2.30.2